home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 9
/
The PC-SIG Library on CD ROM - Ninth Edition.iso
/
801_900
/
DISK0873
/
DISK0873.ZIP
/
BOSS_SUP.LZH
/
C86.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-06-09
|
223b
|
13 lines
echo off
echo Computer Innovations (Small Model)
cc1 %1 %2 %3 %4 -cm -i -dC86
if errorlevel 1 goto done
cc2 %1
if errorlevel 1 goto done
cc3 %1
if errorlevel 1 goto done
cc4 %1
if errorlevel 1 goto done
:done